bottom-up parsing

英 [ˈbɒtəm ʌp ˈpɑːzɪŋ] 美 [ˈbɑːtəm ʌp ˈpɑːrsɪŋ]

网络  自底向上分析; 自底向上句法分析法; 自底向上剖析; 自底向上语法分析; 由底向上分析

计算机



双语例句

  1. In this paper, through the concrete examples, the author introduces two kinds of parsing approaches: bottom-up parsing and top-down parsing.
    通过具体的实例,介绍了两种基于短语结构语法的剖析方法&自底向上剖析和自顶向下剖析。
  2. Bottom-up parsing in production language
    用产生式语言的自底向上分析
  3. Bottom-up parsing implementation with recursive descendent method
    用递归下降方法实现自底向上的语法分析
  4. A improvement on Boolean expression's bottom-up parsing syntax directed compiling
    一种改进的布尔表达式自下而上分析的语法制导翻译的方法
  5. Probabilistic CYK algorithm is essentially a bottom-up parsing, using breadth-first search strategy. 3.
    概率CYK算法本质上是一种自底向上分析法,采用广度优先的搜索策略。